home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / bgfax155.zip / GT18.TXT < prev    next >
Text File  |  1995-08-12  |  2KB  |  57 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with GT Power 18.00, Class 2 modems   09-14-93
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Keep in mind that fax commands cannot be stored in NVRAM.
  8.  
  9. GT.BAT should contain something similar to ...
  10.  
  11. @echo off
  12. c:
  13. cd\gt
  14. set gtpath=c:\gt
  15. echo AT+FLID="713 555 1212" > com1
  16. gt1800 host.scr *aaaa-bbbb
  17.  
  18. There isn't enough room in the host initialization string for your fax
  19. identity, so it's best just to put it in the batch file that runs GT.
  20.  
  21. Here is the relevant information from GT's <ALT>-<I> configuration screen:
  22.  
  23. Miscellaneous Options -> Host Mode Initialization String
  24.    AT+FCR=1;+FDCC=1,5,0,2,0,0,0,0|
  25.  
  26. Miscellaenous Options -> Host Mode Answer String
  27.    AT+FAA=1;A|
  28.  
  29. Also, you will need to edit the "fax token" in the SYSOP.BBS file depending
  30. on what type of modem you have.
  31.  
  32. Line 355 of the SYSOP.BBS file contains
  33. "AX"
  34.  
  35. The fax token cannot start with the first character on a response returned
  36. by the modem, so "AX" is to be used for modems, like the Supra, that return
  37. the "FAX" result code.
  38.  
  39. If you are using a modem such as the PPI FXMT, make the fax token
  40. "FCON"
  41.  
  42. GT_FAX.BAT can contain the following for "FAX" modems:
  43.  
  44.    bgfax /fax c:\bgfax 1 z
  45.  
  46. GT_FAX.BAT can contain one of the following for "+FCON" modems:
  47.  
  48.    bgfax /fcon c:\bgfax 1 z
  49.      OR
  50.    bgfax /fast c:\bgfax 1 z
  51.  
  52. --------------------------------------------------------------------------
  53.  
  54. Regards,
  55. B.J. Guillot
  56.  
  57.